home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / ISSUE23 / CLINIC / APP2U2.DFM / APP2U2.txt
Text File  |  1997-04-27  |  696b  |  33 lines

  1. object SecondaryForm: TSecondaryForm
  2.   Left = 284
  3.   Top = 266
  4.   Width = 348
  5.   Height = 176
  6.   Caption = 'SecondaryForm'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Visible = True
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Label1: TLabel
  15.     Left = 0
  16.     Top = 0
  17.     Width = 340
  18.     Height = 149
  19.     Align = alClient
  20.     Alignment = taCenter
  21.     AutoSize = False
  22.     Caption = 
  23.       'Minimise me, then use the first app to restore me. When that is ' +
  24.       'done, try my minimise button'
  25.     Font.Color = clWindowText
  26.     Font.Height = -32
  27.     Font.Name = 'Arial'
  28.     Font.Style = []
  29.     ParentFont = False
  30.     WordWrap = True
  31.   end
  32. end
  33.